/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  7
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    version     2.0;
    format      ascii;
    class       volScalarField;
    location    "0";
    object      wallHeatFlux;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions      [1 0 -3 0 0 0 0];

internalField   uniform 0;

boundaryField
{
    inlet
    {
        type            calculated;
        value           nonuniform List<scalar> 
228
(
61658.7
50139.3
47083.8
40711
61658.7
50139.3
33891.4
53060.4
44529.7
53060.4
48116.6
42242.3
48116.6
44529.7
41117.2
41117.2
40886
38449.4
41967.2
42330.3
46092.2
34685.4
40693.1
41310.6
52249
44529.7
42242.3
35243.7
38253.8
49325.5
49325.5
35243.7
39002.5
44945.7
39002.5
40886
36139
36139
38449.4
34509.1
46579.4
41967.2
50500.2
47083.8
37242.9
50500.2
46579.4
44605.7
44605.7
46092.2
35286.2
34685.4
40196.3
48645.2
48645.2
40478.5
40478.5
41310.6
33723.3
45101
44945.7
36784.7
52249
40196.3
34615.9
45894.4
34615.9
45894.4
36784.7
40693.1
41002.6
39334.1
39334.1
37242.9
38253.8
40585.1
44919.3
38253.8
44919.3
42063.6
45101
61644.6
41002.6
42063.6
40585.1
47083.8
33723.3
45212.4
35286.2
47497.7
36046.2
32061.7
32388.6
46958.6
44145.1
33723.3
44833.1
43811.4
44352.2
55695.9
47497.7
32482.7
33058.3
34184.7
38240
36181
36435.2
49148.5
44145.1
54828.6
33600.1
54828.6
43470.4
43811.4
52638.8
33469
31620.8
39779.3
54828.6
44106.7
61644.6
71482.2
34667.6
45444.8
55695.9
43317.2
61644.6
34976.7
37669.4
34422
34656.7
45161.5
27904.6
50969.9
35959.3
47444.1
44842.8
38796.3
47444.1
36046.2
31948.4
39575.3
36424.3
40528
37609.3
41547
34315.9
32476.5
61743.9
32231.3
63729.4
36181
37816.1
39082.1
28689.7
38390
49230.7
28282.7
32207.9
37547.7
38037
40176.9
46916.6
44352.2
54001.5
49148.5
41784.5
27175.3
55695.9
33469
71482.2
52027
45212.4
39779.3
29442.4
38796.3
33600.1
49148.5
43470.4
53459.1
61743.9
44106.7
42242.3
37676.4
44842.8
33492.5
45444.8
54001.5
40927.9
43047.4
32729
38240
36282
38037
46916.6
49230.7
32207.9
49230.7
40176.9
52027
37547.7
40176.9
31749.8
32620
63729.4
39082.1
53459.1
41547
37849.5
40528
37609.3
39575.3
39699.9
37261.6
47444.1
49351.8
45161.5
42972.4
50969.9
52638.8
37669.4
34422
30419
42972.4
52638.8
34656.7
43317.2
28821.3
)
;
    }
    outlet
    {
        type            calculated;
        value           uniform 0;
    }
    flat_plate
    {
        type            calculated;
        value           uniform 0;
    }
    corrugated_plate
    {
        type            calculated;
        value           uniform 0;
    }
    corrugations
    {
        type            calculated;
        value           uniform 0;
    }
    side_walls
    {
        type            calculated;
        value           uniform 0;
    }
}


// ************************************************************************* //
